SQLConnect (odbc32)
Last changed: mbielanczuk-83.15.121.158

.
Summary
TODO - a short description

C# Signature:

[DllImport("odbc32.dll",CharSet=CharSet.Unicode)]
static extern short SQLConnect (int connectionHandle, string serverName,
   short nameLength1, string userName, short nameLength2,
   string authentication, short nameLength3);

VB Signature:

Declare Function SQLConnect Lib "odbc32.dll" (TODO) As TODO

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
SQLConnect on MSDN